XPathLibraryCollection.ICollection<XPathFunctionLibrary>.Add MethodXPathLibraryCollection.ICollection(Of XPathFunctionLibrary).Add MethodXPathLibraryCollection::ICollection<XPathFunctionLibrary>::Add Method

Syntax

Private Sub Add( _
    library As XPathFunctionLibrary _
) _
        Implements ICollection.Add
private:
virtual void System.Collections.Generic::ICollection<T>::Add(
    XPathFunctionLibrary^ library
) sealed